home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / otohime / src / makefile < prev    next >
Makefile  |  1994-11-16  |  2KB  |  80 lines

  1. cc = run386 \hc386\bin\hcd386p
  2. cflags = -off Floating_point
  3. link = run386 \hc386\bin\tlinkp
  4.  
  5. otohime.exp : otohime.obj otosub.obj otfile.obj oteff1.obj oteff2.obj oteff3.obj iotabou.obj iotdsk.obj ioterr.obj iotmix.obj iotpha.obj iotrec.obj iotinf.obj iotech.obj iotvib.obj iottre.obj iotvoi.obj iotexp.obj iotlev.obj iotpch.obj iotsmp.obj iothed.obj iotfad.obj iothar.obj otohime.lnk
  6.     $(link) @otohime.lnk
  7.  
  8. otohime.obj : otohime.c
  9.     $(cc) $*.c $(cflags)
  10.  
  11. otosub.obj : otosub.c otohime.h otolib.h
  12.     $(cc) $*.c $(cflags)
  13.  
  14. otfile.obj : otfile.c otohime.h otolib.h
  15.     $(cc) $*.c $(cflags)
  16.  
  17. oteff1.obj : oteff1.c otohime.h otolib.h
  18.     $(cc) $*.c $(cflags)
  19.  
  20. oteff2.obj : oteff2.c otohime.h otolib.h
  21.     $(cc) $*.c $(cflags)
  22.  
  23. oteff3.obj : oteff3.c otohime.h otolib.h
  24.     $(cc) $*.c $(cflags)
  25.  
  26. iotabou.obj : iotabou.c
  27.     $(cc) $*.c $(cflags)
  28.  
  29. iotdsk.obj : iotdsk.c
  30.     $(cc) $*.c $(cflags)
  31.  
  32. ioterr.obj : ioterr.c
  33.     $(cc) $*.c $(cflags)
  34.  
  35. iotmix.obj : iotmix.c
  36.     $(cc) $*.c $(cflags)
  37.  
  38. iotpha.obj : iotpha.c
  39.     $(cc) $*.c $(cflags)
  40.  
  41. iotrec.obj : iotrec.c
  42.     $(cc) $*.c $(cflags)
  43.  
  44. iotinf.obj : iotinf.c
  45.     $(cc) $*.c $(cflags)
  46.  
  47. iotech.obj : iotech.c
  48.     $(cc) $*.c $(cflags)
  49.  
  50. iotvib.obj : iotvib.c
  51.     $(cc) $*.c $(cflags)
  52.  
  53. iottre.obj : iottre.c
  54.     $(cc) $*.c $(cflags)
  55.  
  56. iotvoi.obj : iotvoi.c
  57.     $(cc) $*.c $(cflags)
  58.  
  59. iotexp.obj : iotexp.c
  60.     $(cc) $*.c $(cflags)
  61.  
  62. iotlev.obj : iotlev.c
  63.     $(cc) $*.c $(cflags)
  64.  
  65. iotpch.obj : iotpch.c
  66.     $(cc) $*.c $(cflags)
  67.  
  68. iotsmp.obj : iotsmp.c
  69.     $(cc) $*.c $(cflags)
  70.  
  71. iothed.obj : iothed.c
  72.     $(cc) $*.c $(cflags)
  73.  
  74. iotfad.obj : iotfad.c
  75.     $(cc) $*.c $(cflags)
  76.  
  77. iothar.obj : iothar.c
  78.     $(cc) $*.c $(cflags)
  79.  
  80.